home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / matele.dir / 00018_Script_OBJECT3 < prev    next >
Text File  |  1998-10-21  |  351b  |  11 lines

  1. on mouseDown
  2.   global objects
  3.   if objects = 2 then
  4.     puppetSound 1, the castnum of sprite 13 + 2
  5.     set the member of sprite 11 = "blank"
  6.     set the member of sprite 12 = "blank"
  7.     set the member of sprite 13 = "blank"
  8.     set the member of sprite 56 = "COB3"
  9.     set objects = 3
  10.   else puppetSound 1, the castnum of sprite 13 + 1
  11. end